home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / alib / csup / hardware / custom.asm < prev    next >
Assembly Source File  |  1994-02-17  |  1KB  |  84 lines

  1.  
  2.     INCLUDE        'hardware/custom.i'
  3.  
  4. REGDEF        MACRO
  5.         XDEF    _\1
  6. _\1        EQU    _custom+\1
  7.         ENDM
  8.  
  9.     DATA
  10.  
  11.         XDEF    _custom
  12. _custom        EQU    $dff000
  13.  
  14.     REGDEF    bltddat
  15.     REGDEF    dmaconr
  16.     REGDEF    vposr
  17.     REGDEF    vhposr
  18.     REGDEF    dskdatr
  19.     REGDEF    joy0dat
  20.     REGDEF    joy1dat
  21.     REGDEF    clxdat
  22.     REGDEF    adkconr
  23.     REGDEF    pot0dat
  24.     REGDEF    pot1dat
  25.     REGDEF    potinp
  26.     REGDEF    serdatr
  27.     REGDEF    dskbytr
  28.     REGDEF    intenar
  29.     REGDEF    intreqr
  30.     REGDEF    dskpt
  31.     REGDEF    dsklen
  32.     REGDEF    dskdat
  33.     REGDEF    refptr
  34.     REGDEF    vposw
  35.     REGDEF    vhposw
  36.     REGDEF    copcon
  37.     REGDEF    serdat
  38.     REGDEF    serper
  39.     REGDEF    potgo
  40.     REGDEF    joytest
  41.     REGDEF    bltcon0
  42.     REGDEF    bltcon1
  43.     REGDEF    bltafwm
  44.     REGDEF    bltalwm
  45.     REGDEF    bltcpt
  46.     REGDEF    bltbpt
  47.     REGDEF    bltapt
  48.     REGDEF    bltdpt
  49.     REGDEF    bltsize
  50.     REGDEF    bltcmod
  51.     REGDEF    bltbmod
  52.     REGDEF    bltamod
  53.     REGDEF    bltdmod
  54.     REGDEF    bltcdat
  55.     REGDEF    bltbdat
  56.     REGDEF    bltadat
  57.     REGDEF    cop1lc
  58.     REGDEF    cop2lc
  59.     REGDEF    copjmp1
  60.     REGDEF    copjmp2
  61.     REGDEF    copins
  62.     REGDEF    diwstrt
  63.     REGDEF    diwstop
  64.     REGDEF    ddfstrt
  65.     REGDEF    ddfstop
  66.     REGDEF    dmacon
  67.     REGDEF    clxcon
  68.     REGDEF    intena
  69.     REGDEF    intreq
  70.     REGDEF    adkcon
  71.     REGDEF    aud
  72.     REGDEF    bplpt
  73.     REGDEF    bplcon0
  74.     REGDEF    bplcon1
  75.     REGDEF    bplcon2
  76.     REGDEF    bpl1mod
  77.     REGDEF    bpl2mod
  78.     REGDEF    bpldat
  79.     REGDEF    sprpt
  80.     REGDEF    spr
  81.     REGDEF    color
  82.  
  83.     END
  84.